DataEventArgs<TData> Class

Summary

Generic arguments class to pass to event handlers that need to receive data.

Syntax
C#
VB
C++
public class DataEventArgs<TData> : EventArgs 
  
Public Class DataEventArgs(Of _TData_)  
   Inherits System.EventArgs 
generic<typename _TData_> 
public ref class DataEventArgs : public System.EventArgs  

Type Parameters

TData
The type of data to pass.

Requirements

Target Platforms

Help Version 20.0.2020.5.27
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly